Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps dangoslen/dependabot-changelog-helper from 3 to 4.

Release notes

Sourced from dangoslen/dependabot-changelog-helper's releases.

Changelog Dependabot Helper 4.0.0

Added

  • Now supports Mend Renovate! Set the dependencyTool to renovate to use within your repositories. ⚠️ in alpha!

Changed

  • Refactors the internal updater to more easily account for multiple entries and formatting (#311)
  • ci: replace comment_tag with comment-tag (#311)
  • Adds proper newlines around version and section headers (#310). This will only add newlines if adding a new version and section. When adding a new entry, the newlines will not be added.
  • The activationLabels input is now based on the value of the dependencyTool by default. i.e., if you select renovate as the dependencyTool a renovate label will be searched for activation unless you supply a different value.
  • Properly add a new version above the last one, if not in the changelog. Useful, if you have other content in your changelog header.

Removed

  • Removes the deprecated activationLabel. All workflows should specify desired labels using the activationLabels input instead. The default label of dependabot is still kept.

Dependencies

  • Bump @types/node from 20.12.12 to 22.13.5 (#320, #331, #338)
  • Bump ncipollo/release-action from 1.14.0 to 1.15.0 (#323)
  • Bump ts-jest from 29.2.5 to 29.2.6 (#340)
  • Bump typescript from 5.7.2 to 5.7.3 (#327)

Changelog Dependabot Helper 3.11.1

Fixed

  • Corrects the regex introduced in 3.11.0 to correct reading too many entries (#278)
  • Corrects adding a newline after the first entry in multi-package updates (#308)

Changelog Dependabot Helper 3.11.0

Fixed

  • Fixes parsing too many possible entries when reading multi-package updates (#278).

Changed

  • Fix Github Actions Annotations (#285)
  • Improves example in README.md based on feedback in (#278)

Dependencies

  • Bump @actions/core from 1.10.1 to 1.11.1 (#299)
  • Bump @types/jest from 29.5.12 to 29.5.14 (#297)
  • Bump eslint from 8.45.0 to 8.57.0 (#256)
  • Bump ts-jest from 29.1.2 to 29.2.5 (#289)

Changelog Dependabot Helper 3.10.0

Changed

  • Now runs on Node 20
    • Creates .nvmrc to set the version
    • Updates node version in action.yml

Changelog Dependabot Helper 3.9.0

... (truncated)

Changelog

Sourced from dangoslen/dependabot-changelog-helper's changelog.

CHANGELOG

Inspired from Keep a Changelog

[UNRELEASED]

[4.2.1]

Fixed

  • Extract package names that are not markdown links for Renovate PRs (#406)

Dependencies

  • Bump dangoslen/dependabot-changelog-helper@releases/v4.1 from 4.1 to 4.2 (#408)
  • Bump typescript from 5.8.3 to 5.9.2 (#411)

[4.2.0]

Changed

  • from <oldVersion> is now optional in the PR body. If not found, the entry will be added without it. (#404)

Fixed

  • Improved dependency extraction for Renovate PRs (#402)

Dependencies

  • Bump @actions/github from 6.0.0 to 6.0.1 (#370)
  • Bump @types/node from 22.14.0 to 24.4.0 (#366, #403)
  • Bump actions/checkout from 4 to 5 (#395)
  • Bump actions/setup-node from 4 to 5 (#398)
  • Bump dangoslen/dependabot-changelog-helper@releases/v4.0 from 4.0 to 4.1 (#361)
  • Bump ncipollo/release-action from 1.16.0 to 1.20.0 (#399)
  • Bump stefanzweifel/git-auto-commit-action from 5 to 6 (#385)
  • Bump ts-jest from 29.2.6 to 29.3.2 (#362)

[4.1.1]

Correctly packages the 4.1.0 release for distribution. If you use the 4.1 tag, this will be automatically updated for actions using [email protected]

[4.1.0]

This release was not properly package for distribution. If using the 4.1.0 version directly, upgrade to use the 4.1 tag or the 4.1.1 version directly to get the updates.

Changed

  • Now supports regex for the version input. See the README for more details.

Dependencies

... (truncated)

Commits
  • 50a0884 Cut 4.2.1 (#414)
  • 09a38c4 Merge pull request #408 from dangoslen/dependabot/github_actions/main/dangosl...
  • b9e4611 Merge branch 'main' into dependabot/github_actions/main/dangoslen/dependabot-...
  • ffb29f3 Merge pull request #411 from dangoslen/dependabot/npm_and_yarn/main/typescrip...
  • 9ff2624 Merge branch 'main' into dependabot/npm_and_yarn/main/typescript-5.9.2
  • c5b0023 Updated Changelog
  • 22f95f3 Updated Changelog
  • c2a5804 extract package names that are not markdown links (#406)
  • c17324c Bump typescript from 5.8.3 to 5.9.2
  • 80ca7b7 Package Action
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependabot dependencies Pull requests that update a dependency file labels Oct 6, 2025
@dependabot dependabot bot added the dependabot label Oct 6, 2025
Bumps [dangoslen/dependabot-changelog-helper](https://github.com/dangoslen/dependabot-changelog-helper) from 3 to 4.
- [Release notes](https://github.com/dangoslen/dependabot-changelog-helper/releases)
- [Changelog](https://github.com/dangoslen/dependabot-changelog-helper/blob/main/CHANGELOG.md)
- [Commits](dangoslen/dependabot-changelog-helper@v3...v4)

---
updated-dependencies:
- dependency-name: dangoslen/dependabot-changelog-helper
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/dangoslen/dependabot-changelog-helper-4 branch from 57f5e12 to 330639a Compare October 6, 2025 08:02
Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants